'Declaration Public Overridable Function Include( _ ByVal path As String _ ) As ClientView(Of T)
public virtual ClientView<T> Include( string path )
Parameters
- path
- A dot-separated list of related objects to load along with the entities of this client view.
Return Value
A client view that loads the related objects together with its entities every time it fetches entities from the server.